@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
li{
    list-style: none;
}

@font-face{
    font-family:myFont;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont1;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont2;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont3;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont4;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
/*banner*/
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
}

/* 按钮 */
.index-banner .swiper-pagination .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	background:none;
	border-radius: 50px;
	/* margin-right:20px; */
    border:2px solid #fff;
    margin:0 9px !important;
    opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active{
	position: relative;
	width: 20px;
	height: 20px;
	background:none;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active::after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50px;
}


/* 标题 */
.title{
    font-size: 36px;
    color:#333333;
    text-align: center;
    line-height: 18px;
    margin-bottom: 50px;
}
.title h5{
    position: relative;
    z-index: 1;
}
.title p{
    font-size: 45px;
    color:#f0f0f0;
    text-transform: uppercase;
    font-family: myFont4;
}
.title i{
    display:block;
    width: 48px;
    height: 2px;
    background:#0c68eb;
    margin:0 auto;
    margin-top: 30px;
}


/* 关于飞奇 */
.cont1-list .cont1-img{
    width: 48%;
    /* height: 520px; */
    /* overflow: hidden; */
}
.cont1-list .cont1-img .swiper-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cont1-list .cont1-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 按钮 */
.cont1-img .swiper-pagination .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
	background:none;
	border-radius: 50px;
	background:#fff;
    margin:0 7px !important;
    opacity: .6;
}
.cont1-img .swiper-pagination .swiper-pagination-bullet-active{
	position: relative;
	width: 11px;
	height: 11px;
	background:#fff;
    opacity: 1;
}
.cont1-list .cont1-text{
    width: 47%;
}
.cont1-list .cont1-text .cont1-title{
    font-size: 45px;
    color:#dadada;
    text-transform: uppercase;
    line-height: 42px;
}
.cont1-list .cont1-text .cont1-title p{
    font-size: 24px;
    color:#333333;
    font-family: myFont1;
    position: relative;
    margin-bottom: 50px;
}
.cont1-list .cont1-text .cont1-title p::before{
    content: '';
    display: block;
    width: 57px;
    height: 4px;
    background:linear-gradient(to right,#006aff,#c0daff);
    position: absolute;
    left: 0;
    bottom: -20px;
    border-radius: 50px;
}
.cont1-list .cont1-text .cont1-des{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.cont1-list .cont1-text .cont1-des,.cont1-list .cont1-text .cont1-des p{
    font-size: 17px;
    color:#666666;
    line-height: 37px;
}
.cont1-list .cont1-text .cont1-item a{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 17px;
    color:#6c6c6c;
    font-family: myFont1;
    transition: .5s;
}
.cont1-list .cont1-text .cont1-item a .iconfont{
    font-size: 54px;
    height: 50px;
    line-height: 50px;
    color:#bdbdbd;
    margin-bottom: 10px;
    transition: .5s;
}
.cont1-list .cont1-text .cont1-item a:nth-child(2) .iconfont{
    font-size: 66px;
}
@media only screen and (max-width:1700px){
    .cont1-list .cont1-text .cont1-des{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
}
.cont1-list .cont1-text .cont1-item a:hover .iconfont{
    transform: rotateY(180deg);
    color:#0c68eb;
}
.cont1-list .cont1-text .cont1-item a:hover{
    color:#0c68eb;
}

/* 业务领域 */
.cont-2{
    background:#fcfcfc;
}
.cont-2 .title p{
    color:#eaeaea;
}
.cont-2 .cont2-list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px 40px;
}
.cont-2 .cont2-list dl{
    background:#fff;
    transition: .5s;
}
.cont-2 .cont2-list dl a{
    display: flex;
    align-items: center;
    padding:40px 50px;
    transition: .5s;
    background:#fff;
}
.cont-2 .cont2-list dl dt{
    border:3px solid #0c68eb;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-2 .cont2-list dl dt .icon-img{
    width: 106px;
    height: 106px;
    margin:0 auto;
    background: #0c68eb;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-2 .cont2-list dl dt .icon-img img{
    vertical-align: middle;
    transition: .5s;
}
.cont-2 .cont2-list dl:hover dt .icon-img img{
    transform: rotateY(180deg);;
}
/* .cont-2 .cont2-list dl dt .icon-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border:1px solid #0c68eb;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
} */
/* .cont-2 .cont2-list dl dt i{
    display: inline-block;
    background: url(../images/pic2.png) no-repeat top left;
    width: 78px;
    height: 70px;
}
.cont-2 .cont2-list dl:hover dt i{
    background-position: left bottom;
} */
.cont-2 .cont2-list dl dd{
    width: 63%;
    margin-left: 30px;
}
.cont-2 .cont2-list dl dd h5{
    color:#333333;
    font-size: 27px;
    font-family: myFont1;
    margin-bottom: 10px;
    transition: .5s;
}
.cont-2 .cont2-list dl dd .des{
    color:#666666;
    font-size: 18px;
    font-family: myFont1;
    line-height: 29px;
    transition: .5s;
}
.cont-2 .cont2-list dl:hover dd h5,
.cont-2 .cont2-list dl:hover .des{
    /* color:#fff; */
}
.cont-2 .cont2-list dl:hover{
    box-shadow: 1px 8px 30px #d0d0d0;
}

/* 解决方案 */
.cont3-list{
    min-width: 1200px;
}
.cont3-list dl a{
    display: block;
}
.cont3-list dl dt{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.cont3-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    /* opacity: .8; */
}
.cont3-list dl:hover dt img{
    transform: scale(1.02);
}
.cont3-list dl dd{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    position: absolute;
    top: 0;
    left: 0;
    align-items: flex-end;
    padding:30px 30px 50px;
    background:rgb(0, 0, 0,.2);
    color:#fff;
    transition: .5s;
}
.cont3-list dl dd>div h5{
    font-size: 23px;
}
.cont3-list dl dd>div .des{
    font-size: 16.5px;
    line-height: 30px;
    margin:18px 0 21px 0;
    text-align: justify;
}
@media only screen and (max-width:1600px){
    .cont3-list dl dd>div .des{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}
.cont3-list dl dd>div .link{
    font-size: 16px;
}
.cont3-list dl dd>div .link .iconfont{
    font-size: 17px;
    margin:2px 0 0 5px;
    vertical-align: middle;
}
.cont3-list dl dd>div .line{
    width: 100%;
    height: 1px;
    background:rgba(255, 255, 255, .28);
    margin-bottom: 20px;
    position: relative;
}
.cont3-list dl dd>div .line::before{
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    background:#fff;
}
.cont3-list dl:hover dd>div .line::before{
    width: 100%;
}
.cont3-list dl:hover dd{
    background:rgb(0, 0, 0,.1);
}

/* 服务优势 */
.cont4-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 0 15px;
}
.cont4-list dl{
    background: #f4f4f4;
    cursor: pointer;
}
.cont4-list dl dt{
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.cont4-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.cont4-list dl:hover dt img{
    transform: scale(1.04);
}
.cont4-list dl dd{
    padding:40px 20px;
    text-align: center;
    transition: .5s;
}
.cont4-list dl dd h5{
    font-size: 21px;
    color:#333333;
    font-family: myFont4;
    margin-bottom: 10px;
}
.cont4-list dl dd .des,
.cont4-list dl dd .des p{
    font-family: myFont1;
    font-size: 16px;
    color:#666;
    line-height: 32px;
}
.cont4-list dl:hover dd,
.cont5-list dl:hover{
    background:#0c68eb;
}
.cont4-list dl:hover dd h5,.cont4-list dl:hover dd .des,
.cont5-list dl:hover dt,
.cont5-list dl:hover dt p,
.cont5-list dl:hover dd h5,
.cont5-list dl:hover dd p{
    color:#fff;
}

/* 新闻资讯 */
.cont-5{
    margin-bottom: 50px;
}
.cont5-list dl{
    width: 48.7%;
    margin:0 2.5% 2.5% 0;
    float: left;
    background:#fcfcfc;
    transition: .5s;
}
.cont5-list dl a{
    display: flex;
    padding:50px;
    justify-content: space-between;
}
.cont5-list dl:nth-child(2n){
    margin-right: 0;
}
.cont5-list dl dt{
    width: 21%;
    font-size: 34px;
    color:#333333;
}
.cont5-list dl dd{
    width: 70%;
}
.cont5-list dl dt p{
    font-size: 20px;
    color:#989898;
    font-family: myFont1;
}
.cont5-list dl dt i{
    display: block;
    width: 100%;
    height: 1px;
    background:#e3e3e3;
    margin-top: 50px;
    position: relative;
}
.cont5-list dl dt i::before{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background:#fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}
.cont5-list dl:hover dt i::before{
    width: 100%
}
.cont5-list dl dd h5{
    font-size: 21px;
    color:#333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:5px 0 20px 0;
}
.cont5-list dl dd p{
    font-size: 18px;
    color:#666666;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 当前位置 */
.location{
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}
.location .iconfont{
    font-size: 20px;
    vertical-align: middle;
}
/* 内页标题 */
.title-a{
    font-size: 32px;
    color:#333;
    text-align: center;
    margin-bottom: 40px;
}
.title-a i{
    display: block;
    width: 35px;
    height: 2px;
    background: #0c68eb;
    margin:20px auto 0;
}

/* 内页banner */
.column-banner,.column-banner img{
    width: 100%;
    height: auto;
}

/* 关于我们 */
.ny_about .about_list-box{
	display: flex;
	justify-content: space-between;
	/* height: 500px; */
}
.ny_about .about_list-box .about_img{
	width: 45%;
}
.ny_about .about_list-box .about_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ny_about .about_list-box .about_txt{
    font-size: 15px;
    color: #333;
    line-height: 30px;
    text-align: justify;
    width: 52%;
}

/* 企业文化 */
.qywh-box .qywh-des{
    font-size: 16px;
    color:#333;
    /* text-align: center; */
}
.qywh-box .qywh-list{
    margin: 30px 0 60px 0;
}
.qywh-box .qywh-list dl{
    width: 23.8%;
    background:#f8f8f8;
    padding:50px 35px;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.qywh-box .qywh-list dl dt{
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
}
.qywh-box .qywh-list dl dt .iconfont{
    font-size: 54px;
    color:#6c6c6c;
}
.qywh-box .qywh-list dl dd h5{
    font-size: 22px;
    margin-bottom: 15px;
}
.qywh-box .qywh-list dl dd .des{
    font-size: 15px;
    line-height: 28px;
    color: #465871;
}
.qywh-box .qywh-list dl:hover{
    background:#0c68eb;
}
.qywh-box .qywh-list dl:hover dd .des,
.qywh-box .qywh-list dl:hover dt .iconfont,
.qywh-box .qywh-list dl:hover dd h5{
    color:#fff;
}



/* 发展历程 */
.about-us .history{
    color: #fff;
    font-size: 16px;
    padding: 110px 0 150px;
    background: url(../images/about_bg2.jpg) no-repeat center center / cover;
}
.about-us .history .title-a{
    color: #fff;
    margin-bottom: 70px;
}
.about-us .history .title-a i{
    background: #fff;
}
.about-us .history .time-shaft{
    background: repeat-x center top 100px / 4px 3px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,1) 2px, rgba(255,255,255,0) 2px);
    margin-bottom: 70px;
}
.about-us .history .time-shaft .swiper-container{
    height: 115px;
}
.about-us .history .time-shaft .swiper-slide{
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}
.about-us .history .time-shaft .swiper-slide .year{
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translate(-50%, 0);
    transition: all .3s ease;
}
.about-us .history .time-shaft .swiper-slide .point{
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 9px;
    height: 9px;
    background-color: #0055cc;
    border: 3px solid #fff;
    margin-left: -4.5px;
    border-radius: 50%;
    transition: all .3s ease;
}
.about-us .history .time-shaft .swiper-slide.swiper-slide-active .year{
    font-size: 31px;
    bottom: 60px;
}
.about-us .history .time-shaft .swiper-slide.swiper-slide-active .point{
    bottom: 7px;
    width: 17px;
    height: 17px;
    border-width: 4px;
    margin-left: -8.5px;
}
.about-us .history .time-shaft .swiper-button-prev::after,
.about-us .history .time-shaft .swiper-button-next::after{
    display: none;
}
.about-us .history .time-shaft .swiper-button-prev{
    top: auto;
    bottom: 0;
    width: 32px;
    height: 32px;
    background-image: url(../images/icon_prev2.png);
    margin: 0;
}
.about-us .history .time-shaft .swiper-button-next{
    top: auto;
    bottom: 0;
    width: 32px;
    height: 32px;
    background-image: url(../images/icon_next2.png);
    margin: 0;
}
/* .about-us .history .time-shaft .swiper-button-prev:hover{
    background-image: url(../images/icon_prev2_b.png);
}
.about-us .history .time-shaft .swiper-button-next:hover{
    background-image: url(../images/icon_next2_b.png);
} */
.about-us .history .time-intro{
    line-height: 36px;
    text-align: center;
}
@media screen and (max-width: 950px){
    .about-us .history{
        font-size: 3.4667vw;
        padding: 8vw 0;
    }
    .about-us .history .page-title{
        margin-bottom: 8vw;
    }
    .about-us .history .time-shaft .swiper-slide.swiper-slide-active .year{
        font-size: 8vw;
        bottom: 10vw;
    }
    .about-us .history .time-intro{
        line-height: 6vw;
    }
}

/* 公司环境 */
.huanjinswiper{position: relative;}
.huanjinswiper .swiper-pagination{position: inherit;margin-top: 50px;}
.huanjinswiper .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background:#0c68eb;
    opacity: .5;
    margin:0 6px;
    outline: none;
}
.huanjinswiper .swiper-pagination-bullet-active{
    width: 32px;
    height: 16px;
    background: #0c68eb;
    opacity: 1;
    border:0;
}
.huanjinswiper .swiper-slide .img{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.huanjinswiper .swiper-slide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.huanjinswiper .swiper-slide .text{
	line-height: 30px;
	margin-top: 5px;
	font-size: 16px;
	color:#333;
	text-align: center;
}

/* 面包屑导航 */
.crumbs-box{
    width: 100%;
    line-height: 70px;
    box-shadow: 1px 1px 10px #eee;
}
.crumbs-box ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.crumbs-box ul li a{
    height: 70px;
    margin-right: 48px;
    position: relative;
    cursor: pointer;
    display: block;
    color:#4c4c4c;
    font-size: 16px;
    transition: .5s;
    /* font-family: 'myFont1'; */
}
.crumbs-box ul li:last-child a{
    margin-right: 0;
}
.crumbs-box ul li a:hover,
.crumbs-box ul li a.active{
    color:#006aff;
    font-weight: bold;
}
.crumbs-box ul li a::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:#006aff;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
}
.crumbs-box ul li a:hover::after,
.crumbs-box ul li a.active::after{
    width: 100%;
}

/* 公司资质 */
.honor-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px 20px;
}
.honor-list dl{
    /* border:1px solid #f0f0f0; */
}
.honor-list dl dt{
    width: 100%;
    height: 270px;
    overflow: hidden;
    padding:20px;
}
.honor-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .5s;
}
.honor-list dl:hover dt img{
    transform: scale(1.04);
}
.honor-list dl dd{
    background:#f0f0f0;
    text-align: center;
    padding:10px;
    color:#333;
    font-size: 15px;
    transition: .4s;
}
.honor-list dl:hover dd{
    background:#0c68eb;
    color:#fff;
}



/* 分页 */
.page-box {
    margin-bottom: 60px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top: 40px;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    background:#eee;
    margin: 0 5px;
    /* border-radius: 50px; */
    transition: .5s;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    background-color: #0060c6;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}
.page-box a:hover{
    background-color: #0060c6;
    color:#fff;
}

/* 合作伙伴 */
.partner-box .partner-list dl{
    width: 19.2%;
    float: left;
    margin: 1% 1% 0 0;
    height: 130px;
    position: relative;
    border: 1px solid #eee;
    padding: 20px;
}
.partner-box .partner-list dl:nth-child(5n){
    margin-right: 0;
}
.partner-box .partner-list dl dt{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.partner-box .partner-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .5s;
}
.partner-box .partner-list dl:hover dt img{
    transform: scale(1.04);
}
.partner-box .partner-list dl dd{
    width: 100%;
    height: 100%;
    background:rgb(0, 0, 0,.6);
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s;
    opacity: 0;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 28px;
    font-size: 16px;
}
.partner-box .partner-list dl:hover dd{
    opacity: 1;
}


/* 在线留言 */
.ny_ss{
    padding: 60px 0;
}
/* .ny_ss_title{
    margin-bottom: 60px;
} */
.ny_ss_title h3{
    font-size: 28px;
    color: #333;
    text-align: center;
	margin-bottom: 10px;
}
.ny_ss_title p{
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    text-align: center;
}
.service-text {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 40px;
}
.service-text p span{
	color:#1a3288;
	font-weight: bold;
}
.service_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
}
.service_box li {
    width: 380px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    padding: 40px 30px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.service_box li i{
    font-size: 40px;
    color: #999;
    margin-bottom: 20px;
}
.service_box li h3{
    display: block;
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    color: #333;
}
.service_box li p{
    display: block;
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}
.service_box li:hover{
    background: #074299;
    color: #fff;
}
.service_box li:hover p,.service_box li:hover h3,.service_box li:hover i{
    color: #fff;
}
.tel_h{
    display: none;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.tel_h span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.tel_h img{
    width: 151.1px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 10px;
}

/* 留言 */
.form-box .message-box{
	margin-top: 70px;
}
.form-box .message-box .title-r{
	font-size: 20px;
    color: #1a3288;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #1a3288;
    padding-bottom: 20px;
}
.form-box .message-box ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
}
.form-box .message-box ul li input{
    background: #ffffff;
    line-height: 55px;
    width: 94%;
    color: #333;
    padding-left: 20px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #f1f1f1;
}
.form-box .message-box .form_btn{
    width: 260px;
    height: 50px;
    line-height: 50px;
    margin: 50px auto;
    text-align: center;
    font-size: 20px;
    background: #1a3288;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
	transition: .5s;
}
.form-box .message-box .form_btn:hover{
	background:#ed8e06;
}

/* 新闻详情 */
.ny_newsdeal h1{
    font-weight: bold;
    font-size: 25px;
    line-height: 32px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}
.pro_bor{
    border-bottom: 1px dashed #e1e0e6;
    padding-bottom: 30px;
}
.ny_newsdeal .ny_time{
    text-align: left;
}
.newsdetail_box{
    border-bottom: 1px dashed #e1e0e6;
    margin: 40px 0 60px 0;
    padding-bottom: 40px;
}
.newsdetail_box p{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
}
.newsdetail_box h3{
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}
.newsdetail_box img{
    max-width: 100%;
    margin: 0 auto;
}

.news-c-list .news-item dl{
    border-bottom: 1px solid #eee;
    position: relative;
    padding:25px 0;
    transition: .5s;
}
.news-c-list .news-item dl a{
    display: flex;
    justify-content: space-between;
}
.news-c-list .news-item dl dt{
    width: 35%;
    height: 250px;
    overflow: hidden;
}
.news-c-list .news-item dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.news-c-list .news-item dl:hover dt img{
    transform: scale(1.04);
}
.news-c-list .news-item dl dd{
    width: 61%;
    position: relative;
}
.news-c-list .news-item dl dd h5{
    font-size: 18px;
    color:#333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s;
}
.news-c-list .news-item dl dd p{
    font-size: 15px;
    color:#666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-c-list .news-item dl dd .link{
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 14px;
    color:#0c68eb;
    transition: .5s;
}
.news-c-list .news-item dl dd .link .iconfont{
    font-size: 16px;
    margin-left: 3px;
    display: inline-block;
    transition: .5s;
}
.news-c-list .news-item dl:hover dd .link .iconfont{
    margin-left: 10px;
}
.news-c-list .news-item dl:hover dd h5{
    color:#0c68eb;
}
.news-c-list .news-item dl:hover{
    border-bottom: 1px solid #0c68eb;
}

/* 行业案例 */
.case-box .case-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px 20px;
}
.case-box .case-list dl{
    border:1px solid #eee;
    transition: .5s;
}
.case-box .case-list dl dt{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.case-box .case-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.case-box .case-list dl:hover dt img{
    transform: scale(1.04);
}
.case-box .case-list dl dd{
    padding:20px;
}
.case-box .case-list dl dd h5{
    font-size: 17px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.case-box .case-list dl dd i{
    display: block;
    width: 38px;
    height: 1px;
    background-color: #828282;
    margin: 0 auto;
    margin: 10px auto 10px;
}
.case-box .case-list dl dd p{
    font-size: 14px;
    color:#666;
    line-height: 25px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case-box .case-list dl:hover{
    box-shadow: 1px 1px 10px #ccc;
}

/* 业务领域 */
.area-box{

}
.title-a p{
    font-size: 16px;
    color:#666;
    margin-top: 20px;
}

/* 系统集成 */
.xtjc-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0 60px;
}
.xtjc-list dl{
    border:1px solid #e7ecef;
    padding:70px 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.xtjc-list dl dt{
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 1px solid #e7ecef;
    text-align: center;
    line-height: 128px;
    margin: 0 auto;
}
.xtjc-list dl dt .iconfont{
    font-size: 68px;
    color: #4e4e4e;
}
.xtjc-list dl dd h5{
    font-size: 18px;
    margin-top: 35px;
    color:#333;
}
.xtjc-list dl dd p{
    font-size: 15px;
    text-transform: capitalize;
    color:#666;
    margin-top: 5px;
}
.xtjc-list dl:hover{
    border:1px solid #0c68eb;
}

/* 应用开发 */
.yykf-box{
    padding:80px 0 60px 0;
    background:url(../images/yykf_bg.jpg) no-repeat center center;
    background-size: cover;
}
.yykf-box .title-a,
.yykf-box .title-a p{
    color:#fff;
}
.digital{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-top: 60px;
}
.digital li{
    font-size: 17px;
    color:#fff;
    width: 50%;
    padding:25px 0;
    position: relative;
}
.digital li em{
    margin-top: 15px;
    display: inline-block;
}
.digital li i{
    font-size: 20px;
    vertical-align: top;
    margin-left: 5px;
    color: #0069ff;
}
.digital li p{
    color:#fff;
}
.digital li strong{
    font-size: 60px;
    color: #0069ff;
    font-weight: normal;
}
.digital li::before{
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background: rgba(255,255,255,.3);
    position: absolute;
    right: 0;
    top: 60px;
}
.digital li:last-child:before{
    display: none;
}

/* 运行维护 */
.yxwh-list dl{
    background: #fbfbfb;
    /* margin-top: 30px; */
    position: relative;
    overflow: hidden;
    height: 260px;
}
.yxwh-list dl dt{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.yxwh-list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yxwh-list dl dd{
    width: 50%;
    float: right;
    padding:40px;
}
.yxwh-list dl dd h5{
    font-size: 18px;
    color:#333;
    margin-bottom: 15px;
}
.yxwh-list dl dd p{
    font-size: 15px;
    color:#666;
    line-height: 25px;
}
.yxwh-list dl:nth-child(2n) dt{
    width: 50%;
    height: 100%;
    position: absolute;
    left: inherit;
    top: 0;
    right: 0;
}
.yxwh-list dl:nth-child(2n) dd{
    float: left;
}

/* 设计咨询 */
.sjzx-list{
    display: flex;
    margin-bottom: 80px;
    margin-top: 60px;
}
.sjzx-list dl{
    width: 33.33%;
    border-right: 1px solid #d9dee2;
    text-align: center;
    padding: 15px 0;
}
.sjzx-list dl dt{
    margin: 20px;
    text-align: center;
}
.sjzx-list dl dt .iconfont{
    font-size: 70px;
    color:#a6b3bf;
}
.sjzx-list dl dd h5{
    font-size: 18px;
    color:#333;
}
.sjzx-list dl dd p{
    font-size: 15px;
    color:#666;
    margin-top: 5px;
}
.sjzx-list dl:nth-child(2) dt .iconfont{
    font-size: 60px;
}
.sjzx-list dl:last-child{
    border-right: none;
}

/* 案例banner */
/* .case-banner{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.case-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-banner .case-nav{
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.case-banner .case-nav ul li{
    width: 16.1%;
    margin: .3%;
    height: 50px;
    line-height: 50px;
    background: rgba(12,104,235,0.6);
    text-align: center;
    transition: .5s;
    float: left;
}
.case-banner .case-nav ul li a{
    display: block;
    color:#fff;
    font-size: 16px;
}
.case-banner .case-nav ul li:nth-child(6n){
    margin-right: 0;
}
.case-banner .case-nav ul li:hover{
    background:#0c68eb;
} */
.case-nav{
    margin-top: 15px;
}
.case-nav ul li{
    width: 16.1%;
    margin: .3%;
    height: 50px;
    line-height: 50px;
    background: #eee;
    text-align: center;
    transition: .5s;
    float: left;
}
.case-nav ul li a{
    display: block;
    color: #3e3e3e;
    font-size: 16px;
}
.case-nav ul li:nth-child(6n){
    margin-right: 0;
}
.case-nav ul li:hover{
    background:#0c68eb;
}
.case-nav ul li:hover a{
    color:#fff;
}

/* 解决方案 */
.jjfa-xmbg{
    display: flex;
    justify-content: space-between;
}
.jjfa-xmbg .img{
    width: 45%;
    height: 400px;
    overflow: hidden;
}
.jjfa-xmbg .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jjfa-xmbg .text{
    width: 50%;
}
.jjfa-xmbg .text h5{
    font-size: 22px;
    color:#333;
    font-weight: bold;
    margin:15px 0 25px 0;
}
.jjfa-xmbg .text .des{
    font-size: 15px;
    color:#666;
    line-height: 28px;
}
.jjfa-xmbg .xmbj-tel{
    display: flex;
}
.jjfa-xmbg .xmbj-tel .link{
    display: block;
    width: 150px;
    height: 40px;
    border-radius: 50px;
    background:#0c68eb;
    color:#fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.jjfa-xmbg .xmbj-tel p{
    width: 280px;
    height: 40px;
    border:2px solid #eee;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color:#333;
    margin-left: 20px;
}

/* 智慧园区可视化平台 */
.kshpt-box{
    background:#eee;
    padding:70px 0;
}
.kshpt-box .kshpt-list{
    display: flex;
    justify-content: space-between;
}
.kshpt-box .kshpt-list .title-k{
    width: 30%;
}
.kshpt-box .kshpt-list .title-k h5{
    font-size: 25px;
    margin-top: 30px;
}
.kshpt-box .kshpt-list .title-k i{
    display: block;
    width: 35px;
    height: 2px;
    background: #0c68eb;
    margin: 20px 0 30px 0;
}
.kshpt-box .kshpt-list .title-k .des{
    font-size: 15px;
    color:#666;
    line-height: 28px;
}
.kshpt-box .kshpt-list .zhkshpt-img{
    width: 65%;
    height: auto;
}
.kshpt-box .kshpt-list .zhkshpt-img img{
    width: 100%;
}

.kshpt-img{
    max-width: 85%;
    margin:0 auto;
}
.kshpt-img img{
    width: 100%;
    height: auto;
}

/* 智慧园区逻辑图 */
.zhyqljt-img{
    font-size: 15px;
    line-height: 27px;
    color:#666;
}
.zhyqljt-img img{
    margin:10px auto 10px;
    max-width: 100%;
}

/* 研发团队 */
.team-list{
    /* margin-bottom: 60px; */
}
.team-list .img{
    width: 40%;
    height: 240px;
    overflow: hidden;
    /* border:1px solid #eee;
    padding:15px; */
}
.team-list .img img{
    width: 100%;
    height: auto;
}
.team-list .des{
    width: 55%;
    font-size: 16px;
    line-height: 35px;
    color: #666;
    margin-top: 50px;
    text-align: justify;
}
.yanftd-box dl{
    display: flex;
    justify-content: space-between;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    border-top:1px solid #eee;
    height: 220px;
}
.yanftd-box dl:last-child{
    border-bottom:1px solid #eee;
}
.yanftd-box dl dt{
    width: 40%;
    height: 100%;
    overflow: hidden;
    border-right: 1px solid #eee;
    padding:35px;
}
.yanftd-box dl dt img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.yanftd-box dl dd{
    width: 60%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333;
}